home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / Help / 00021_Script_21 < prev    next >
Text File  |  1994-05-11  |  339b  |  15 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mCancelPlay(theVCRButtons)
  4.   mCancelFastFwd(theVCRButtons)
  5.   
  6.   global theGauge
  7.   mDragLevel(theGauge)
  8. end
  9. on mouseUp
  10.   global Plane
  11.   global theGauge
  12.   mReleaseDrag(theGauge)
  13.   set toStep = mGetCurrentLevel(theGauge)
  14.   go to frame (label("P" & string(Plane) & "S" & string(toStep)))
  15. end